From b0d64abddfba6b7f922a3282b1e825316544221a Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 5 Apr 2016 22:20:26 +0200 Subject: [PATCH] control: prefer libcurl4-gnutls-dev for building (Closes: #819831) libgit2 recently switched to libcurl4-gnutls-dev, while cargo used to build with libcurl4-openssl-dev. We try align with libgit2 here. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 710b23fed..6c4cee608 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9.20141010), ca-certificates, bash-completion, libhttp-parser-dev, - libcurl4-openssl-dev, + libcurl4-gnutls-dev | libcurl4-openssl-dev, libssh2-1-dev, libgit2-dev, libhttp-parser-dev, -- 2.30.2